home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2336 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: pacbell.com!tandem!usenet
  2. From: Anatoli Mandelchtam <tolik@tarley_pc.loc201.tandem.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 & Networking Stuff....HELP!
  5. Date: Mon, 15 Jan 1996 23:06:21 -0800
  6. Organization: Tandem Computers Inc., Cupertino, CA
  7. Message-ID: <30FB4E6D.F7A@tarley_pc.loc201.tandem.com>
  8. References: <4dan8p$3av@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: miket_home1.fnord.tandem.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win95; I)
  14.  
  15. Pete wrote:
  16. > This may not be what you're after, but MSVC++40 includes Windows
  17. > socket classes CSocket and CAsyncSocket.  I haven't used them
  18. > but I have worked with the raw Winsock API and it works very well.
  19. > There's not much documentation (that I could find) about these
  20. > MFC socket classes, but poking around the header files should
  21. > produce a reasonable working knowledge about their ins and outs.
  22. > --
  23.  
  24. Keep in mind that though NT sockets will support protocols other than
  25. TCP/IP and UDP, CSocket and CAsyncSocket are coded to use IP family only.
  26.  
  27. It doesn't take much to copy the source code and change it so that it works
  28. with, say, IPX/SPX, but in MFC 4.0 it isn't done yet, so you'll have to do it
  29. yourself.  But it's a piece of cake really.
  30.  
  31. Regards,
  32.  
  33. Anatoli.
  34.  
  35.